Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guard all our lambdas with SafePointers #6560

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

baconpaul
Copy link
Collaborator

@baconpaul baconpaul commented Aug 22, 2022

We had a bunch of lambdas which referenced 'this' rather than
'that = SafePointer' for callbacks on timers and I think
perhaps one of those is what caused the very occasional crash-on
close in reaper reported in #6421 so review them and push a change.

Keep the issue open for a bit while we look for crashes tho

We had a bunch of lambdas which referenced 'this' rather than
'that = SafePointer' for callbacks on timers and I think
perhaps one of those is what caused the very occasional crash-on
close in reaper reported in surge-synthesizer#6558 so review them and push a change.

Keep the issue open for a bit while we look for crashes tho
@baconpaul baconpaul merged commit 0da94ff into surge-synthesizer:main Aug 22, 2022
@baconpaul baconpaul deleted the cleanup-6558 branch August 22, 2022 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant